home *** CD-ROM | disk | FTP | other *** search
/ Gigarom 1 / Gigarom Macintosh Archives (Quantum Leap)(CDRM1080320)(1993).iso / FILES / BBS / SECOND_SIGHT / tidE v0.62(SS).cpt / tidE v0.62 ƒ / tidE v0.62.rsrc / HELP_7_Internals < prev    next >
Text File  |  1990-03-31  |  937b  |  7 lines

  1. tidE makes extensive use of disk space to:
  2.    • Increase program flexibility
  3.    • Protect user data
  4.  
  5. The first time tidE is run a file named “tidE prefs” is created in the same directory as the program. tidE settings customized by the user are stored in this file.
  6.  
  7. Currently tidE requires exactly twice as much disk space as the file being edited. The average amount of memory (RAM) required by each open file area is approximately 35KB + n(0.15)KB for all File Sections other than the 1st (the 1st File Section has a 32KB additional overhead). Once a file is opened, a copy of that file (the “buffer”) is created in the same directory as the program. ALL changes to the file actually occur in the buffer. A Save operation will then update the original file. The buffer names begin with “~~buff” and may be optionally followed by a number. One buffer is created for each open File Section and is deleted upon normal program termination.